(x_term_init): Instead of inhibiting GC while running Lisp
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 16 Jan 2010 04:49:37 +0000 (23:49 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 16 Jan 2010 04:49:37 +0000 (23:49 -0500)
commitfc055dfb066192f726f8a6606e6d0ff98f2d0292
tree15d2179c243f6905bfc270f90ce041ef06a2ee71
parentb2cfa254730939b286307334656e0e2dc5699299
(x_term_init): Instead of inhibiting GC while running Lisp
code, link the new kboard into all_kboard before running Lisp code,
and protect the new terminal with GCPRO (Bug#5365).
(x_term_init): Remove unused var `atom'.
(x_delete_display, x_delete_terminal): Remove unused var `i'.
src/ChangeLog
src/xterm.c